home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
rocketcar2.swf
/
scripts
/
frame_21
/
PlaceObject2_466_335
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-24
|
328 b
|
18 lines
onClipEvent(enterFrame){
_X = _root.car._x;
if(_root.gravityType == "normal")
{
_Y = _root.car._y;
}
if(_root.gravityType == "reverse")
{
_Y = _root.car._y - 35;
}
_rotation = _root.car.Angle;
if(_root.car.dead)
{
_rotation = 0;
this.gotoAndStop(2);
}
}